PATH![]() |
![]() ![]() |
OSStatus MPDeleteSemaphore (MPSemaphoreID semaphore);
Calling this function unblocks all tasks waiting on the semaphore and the tasks' respective MPWaitOnSemaphore calls will return with the result code kMPDeletedErr .
The function MPCreateSemaphore .